Skip to main content

Skybox

Complete API reference for Skybox, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Post processing

Component: yes


public class Skybox extends Component

Constructors

SignatureDescription
Skybox(Skybox)Executes Skybox and returns after the underlying engine call finishes.
Skybox(Engine)Executes Skybox and returns after the underlying engine call finishes.
Skybox()Executes Skybox and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instanceSkyboxRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
luxfloatget/setVirtual attribute exposed by getLux. Access it like a field to read or write the underlying value.
maxResolutionIDintget/setVirtual attribute exposed by getMaxResolutionID. Access it like a field to read or write the underlying value.
showSunbooleansetVirtual attribute exposed by setShowSun. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
isShowSun()booleanExecutes isShowSun and returns after the underlying engine call finishes.